.lf_foot{ background-color: #e9e9e9;padding: 20px 0px;text-align: center;}
.foot{ margin: 0 auto;width: 1200px;position: relative;overflow: hidden;}
.lf_link{ text-align: center;}
.lf_link a{display: inline-block;margin: 0 10px;color: #0081cc;text-decoration: none;}
.lf_wen{line-height: 20px;padding: 10px 0;}
.footimg1{position: absolute;left: 200px;top: 0;}
.footimg{position: absolute;right: 200px;top: 0;}

/*当页面小于1200px*/
@media screen and (max-width:1200px){
 .foot{width:100%}
  .footimg{width:10%;right:0!important;}
  .footimg1{width:10%;left:0!important;}
}